summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Ben Hutchings [Tue, 14 Sep 2010 03:33:34 +0000 (04:33 +0100)]
Kbuild: kconfig: Verbose version of --listnewconfig
If the KBUILD_VERBOSE environment variable is set to non-zero, show
the default values of new symbols and not just their names.
Based on work by Bastian Blank <waldi@debian.org> and
maximilian attems <max@stro.at>. Simplified by Michal Marek
<mmarek@suse.cz>.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Gbp-Pq: Topic features/all
Gbp-Pq: Name Kbuild-kconfig-Verbose-version-of-listnewconfig.patch
Debian Kernel Team [Mon, 12 Jun 2017 15:24:30 +0000 (15:24 +0000)]
powerpcspe-omit-uimage
Gbp-Pq: Topic debian
Gbp-Pq: Name powerpcspe-omit-uimage.patch
Nobuhiro Iwamatsu [Mon, 12 Jun 2017 15:24:30 +0000 (15:24 +0000)]
Fix uImage build
[bwh: This was added without a description, but I think it is dealing
with a similar issue to powerpcspe-omit-uimage.patch]
Gbp-Pq: Topic debian
Gbp-Pq: Name arch-sh4-fix-uimage-build.patch
Ben Hutchings [Mon, 13 Sep 2010 01:16:18 +0000 (02:16 +0100)]
Partially revert "MIPS: Add -Werror to arch/mips/Kbuild"
This reverts commit
66f9ba101f54bda63ab1db97f9e9e94763d0651b.
We really don't want to add -Werror anywhere.
Gbp-Pq: Topic debian
Gbp-Pq: Name mips-disable-werror.patch
Ian Campbell [Thu, 17 Jan 2013 08:55:21 +0000 (08:55 +0000)]
Tweak gitignore for Debian pkg-kernel using git svn.
[bwh: Tweak further for pure git]
Gbp-Pq: Topic debian
Gbp-Pq: Name gitignore.patch
Bastian Blank [Sun, 22 Feb 2009 14:39:35 +0000 (15:39 +0100)]
kbuild: Make the toolchain variables easily overwritable
Allow make variables to be overridden for each flavour by a file in
the build tree, .kernelvariables.
We currently use this for ARCH, KERNELRELEASE, CC, and in some cases
also CROSS_COMPILE, CFLAGS_KERNEL and CFLAGS_MODULE.
This file can only be read after we establish the build tree, and all
use of $(ARCH) needs to be moved after this.
Gbp-Pq: Topic debian
Gbp-Pq: Name kernelvariables.patch
Ben Hutchings [Tue, 12 May 2015 18:29:22 +0000 (19:29 +0100)]
Make mkcompile_h accept an alternate timestamp string
We want to include the Debian version in the utsname::version string
instead of a full timestamp string. However, we still need to provide
a standard timestamp string for gen_initramfs_list.sh to make the
kernel image reproducible.
Make mkcompile_h use $KBUILD_BUILD_VERSION_TIMESTAMP in preference to
$KBUILD_BUILD_TIMESTAMP.
Gbp-Pq: Topic debian
Gbp-Pq: Name uname-version-timestamp.patch
Ben Hutchings [Tue, 24 Jul 2012 02:13:10 +0000 (03:13 +0100)]
Include package version along with kernel release in stack traces
For distribution binary packages we assume
$DISTRIBUTION_OFFICIAL_BUILD, $DISTRIBUTOR and $DISTRIBUTION_VERSION
are set.
Gbp-Pq: Topic debian
Gbp-Pq: Name version.patch
Ben Hutchings [Mon, 12 Jun 2017 15:24:30 +0000 (15:24 +0000)]
linux (4.9.30-2) unstable; urgency=high
* [x86] Enable SERIAL_8250_MID as built-in (Closes: #864368)
* Fix bugs introduced by original fix for CVE-2017-9074:
- ipv6: Check ip6_find_1stfragopt() return value properly.
- ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()
- ipv6: Fix leak in ipv6_gso_segment().
* Revert "uapi: fix linux/if.h userspace compilation errors" (see #864269)
* [armhf] udeb: Add axp20x_usb_power to kernel-image; add i2c-modules
package including i2c-mv64xxx and i2c-rk3x (thanks to Karsten Merker)
(Closes: #856111)
* NFSv4.x/callback: Create the callback service through svc_create_pooled
(Closes: #862357)
[dgit import unpatched linux 4.9.30-2]
Ben Hutchings [Mon, 12 Jun 2017 15:24:30 +0000 (15:24 +0000)]
Import linux_4.9.30-2.debian.tar.xz
[dgit import tarball linux 4.9.30-2 linux_4.9.30-2.debian.tar.xz]
Ben Hutchings [Sun, 4 Jun 2017 02:03:01 +0000 (02:03 +0000)]
Import linux_4.9.30.orig.tar.xz
[dgit import orig linux_4.9.30.orig.tar.xz]